Alignment is key to a well-designed website. Without it, your site looks like a hot mess.
Justifying Your Content
Justify your text with the following code:
justify-content: space-between;
Centering Your Elements
Center your elements with the following code:
margin: 0 auto;